const runtime.mutexProfile

5 uses

	runtime (current package)
		mprof.go#L26: 	mutexProfile
		mprof.go#L170: 	case blockProfile, mutexProfile:
		mprof.go#L198: 	if b.typ != blockProfile && b.typ != mutexProfile {
		mprof.go#L250: 	} else if typ == mutexProfile {
		mprof.go#L468: 		saveblockevent(cycles, rate, skip+1, mutexProfile)